home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / parad / aug95 / dond1f6.gif < prev    next >
Graphics Interchange Format  |  1996-11-18  |  14KB  |  558x470  |  4-bit (14 colors)
Labels: text | display | screenshot | software | number
OCR: FRMNAV3.FSL :: #Form1 :: keyPhysical method keyPhysical (var eventInfo KeyEvent) var vCC SmallInt endVar if eventInfo.isPreFilter() then ;// This code executes for each object on the form: doDefault if eventInfo.errorCode( ) <> 0 then vCC = eventInfo.vCharCode( ) switch case (vCC = UK_Tab and eventInfo.isShiftKeyDown() ) or VCC = VK_Left or vCC = VK_Up : active. Action (FieldGroupBackward) case vCC = UK Tab or VCC = UK_Right or VCC = VK_Down : active . Action (FieldGroupForward) endSwitch endIf else ;// This code executes only for the form: endIf endmethod Edit Line: 13 Col: 1